home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 April
/
EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso
/
EARCD
/
text
/
edit
/
amis.lha
/
amis
/
scripts
/
AmigaGuide.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-12-30
|
497b
|
22 lines
/* Switch to AmigaGuide Macro */
options results
if address()="REXX" then
address 'AMISPORT.1'
'Cursup TOP'
'GetLine'
if upper(left(result,9))~="@DATABASE" then
do
'Request BODY="This does not look like an|AmigaGuide database, do you want|to convert it ?" BUTTON="¶_Yes|_No|_Cancel"'
if result=1 then
do
'Insert TEXT="@Database¶¶@node MAIN¶¶"'
'Cursdown BOTTOM'
'Insert TEXT="¶¶@endnode¶¶"'
'Cursup TOP'
end
else if result=3 then exit
end
'Viewer NAME="AmigaGuide"'